home *** CD-ROM | disk | FTP | other *** search
-
-
-
- bbbbaaaasssseeee((((3333)))) bbbbaaaasssseeee((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- base - Establish IS-A relationship with base class at compile time
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- package Baz;
-
- use base qw(Foo Bar);
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- Roughly similar in effect to
-
- BEGIN {
- require Foo;
- require Bar;
- push @ISA, qw(Foo Bar);
- }
-
- This module was introduced with Perl 5.004_04.
-
- BBBBUUUUGGGGSSSS
- Needs proper documentation!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-